home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 June: Reference Library / Dev.CD Jun 99 RL Disk 1.toast / Technical Documentation / Macintosh Technotes and Q&As / technotes / tn / Apple_Guide_Variables / Guide source / Setup < prev   
Encoding:
Text File  |  1997-12-10  |  3.2 KB  |  88 lines  |  [TEXT/R*ch]

  1. ######################################################################
  2. #                                                            
  3. #        File:          Setup                
  4. #                                                            
  5. #        Contains:      Standard Guide Script commands for Apple Guide files.
  6. #                       This version has been cut down from the original.
  7. #
  8. #        Coded by:      Glenn Katz    and Shemin Gau
  9. #        Modified by:   Don Swatman
  10. #
  11. #        Copyright:     ©1996 by Apple Computer, Inc.        
  12. #                                                            
  13. ######################################################################
  14.  
  15.  
  16. ######################################################################
  17. #    Help Menu Appearance
  18. ######################################################################
  19.  
  20. <Help Menu>    "Tutorial", TUTORIAL
  21. <Balloon Menu Text> "Displays information and instructions you can use while working in the MyApplication."
  22.  
  23. <App Creator> 'DShl'
  24.  
  25.  
  26. ######################################################################
  27. #    Access Window Attributes
  28. ######################################################################
  29.  
  30. <Startup Window>    SINGLE, TOPICS
  31.  
  32. ######################################################################
  33. #    Finder File Information
  34. ######################################################################
  35.  
  36. <VERSION>    "Demo Tutorial Guide 1.0 ©1996 Apple Computer", "1.0"
  37.  
  38.  
  39.  
  40. ######################################################################
  41. #    Prompt Set Definitions
  42. ######################################################################
  43.  
  44. <Define Prompt Set>    "How Do I Prompts", "To begin, click the right arrow.", "Do this step, then click the right arrow.", "Do this step, then you’re done.", "Make your choice, then click the right arrow."
  45. <Define Prompt Set>    "Standard Prompts", "Click the right arrow to continue.", "Click the right arrow to continue.", "——End——", "Make your choice, then click the right arrow."
  46.  
  47. <Default Prompt Set> "How Do I Prompts"
  48.  
  49.  
  50.  
  51. ######################################################################
  52. #    Navigation Bar Button Definitions
  53. ######################################################################
  54.  
  55. <Define Nav Button>        "GoStart",1103,1113,1123,GoStart()
  56. <Define Nav Button>        "Huh?",1101,1111,1121,DIMMABLE
  57.  
  58. <Define Nav Button Set>        "Standard Nav Bar","GoStart","Huh?"
  59.  
  60. <Default Nav Button Set>    "Standard Nav Bar"
  61.  
  62.  
  63.  
  64. ######################################################################
  65. #    Panel Format Definitions    
  66. ######################################################################
  67.  
  68. <Define Format>    "Full", Column(6,11,330), "Espy Serif", 10, PLAIN, ,Left, false
  69. <Default Format> "Full"
  70.  
  71.  
  72.  
  73. ######################################################################
  74. #    Panel Height Settings    
  75. ######################################################################
  76.  
  77. <Max Height>    500
  78.  
  79. ######################################################################
  80. #    Event Definitions    
  81. ######################################################################
  82.  
  83. <Define Event>    "DoHuh",   's***', 'help', 'dhuh'
  84. <Define Event>    "GoBack",  's***', 'help', 'gobk'
  85. <Define Event>    "GoStart", 's***', 'help', 'stac'
  86.  
  87.  
  88.